home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Art Collection
/
Virtual Art Collection - The Pre-Modern Era.iso
/
pc
/
autorun
/
autorun.ini
< prev
Wrap
INI File
|
1996-02-20
|
2KB
|
66 lines
[Sizes]
;
; format: MainWindow=XxY for the main window size
; Button#=(X,Y)(WxH) for the buttons
;
MainWindow=422x202
WindowTitle=Zane Publishing Presents...
Button0=(10,101)(127x25)
Button1=(147,101)(127x25)
Button2=(284,101)(127x25)
[Commands]
;
; format: -> App#=Executable Name
; -> AppCmd#=Command Line
;
; the path that the launcher is run from will be appended
; to the path of each entry.
;
; if %p is in the string the run path of the launcher will be appended to the string
; example: -> App0=%p\PowerCD\PowerCD.EXE
; -> AppCmd0=%p\Foo
; ->
; -> run from "g:\install.exe" will run "g:\PowerCD\PowerCD.EXE"
; -> with a command line of "g:\foo"
;
;
; if app# is "Install Icons" and AppCmd# is "." then
; icons will be installed in the program manager and close
;
; if "Executable Name" is followed by "-EXIT" then the launcer will exit after
; running the app
;
App0=%p\POWERCD.EXE-EXIT
App1=%p\SETUP.EXE-EXIT
App2=-EXIT
[Images]
;
; this is a list of the images to go with the buttons
; the format is -> Background=image.BMP ; this is the background for the mainwindow
; -> Button#=image.BMP ; this is an image for a button
; -> Button#=Install ; this is a button with text instead of an image
;
; Bitmap buttons must have ".BMP" or they will be text buttons.
;
Background=autorun.BMP
Button0=Run PowerCD
Button1=Install Icon
Button2=Cancel
[Icons]
;
; this is a list of icons that will get installed
; the format is -> IconText#=text ; this is the text to display for the icon
; -> IconExec#=execute ; this is the executable to be launched
; -> IconCommand#=command line ; this is the command line to send to the executable
;
; -> Group=what group ; this tells the launcer what group to install the icons to
;
; if %p is in the string the run path of the launcher will be appended to the string
;